PATHMac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Window Manager >

Programming With the Mac OS 8.5 Window Manager


FrontNonFloatingWindow

Returns a pointer to the application's frontmost visible window that is not a floating window.

pascal WindowPtr FrontNonFloatingWindow (void);
function result
A pointer to the first visible window in the window list that is of a nonfloating class. See Window Class Constants for a description of window classes.
DISCUSSION

Your application should call the FrontNonFloatingWindow function when you want to identify the frontmost visible window that is not a floating window. If you want to identify the frontmost visible window, whether floating or not, your application should call the function FrontWindow .


© 1999 Apple Computer, Inc. – (Last Updated 18 March 99)